go/types.operand.isNil (method)
13 uses
go/types (current package)
assignments.go#L51: if x.isNil() {
builtins.go#L100: case x.isNil():
conversions.go#L114: } else if isNonTypeParamInterface(T) || constArg && !isConstType(T) || !isTypes2 && x.isNil() {
expr.go#L422: if x.isNil() {
expr.go#L431: if x.isNil() {
expr.go#L440: if !x.isNil() {
expr.go#L488: case x.isNil() || y.isNil():
expr.go#L491: if x.isNil() {
expr.go#L880: if x.isNil() {
expr.go#L883: if y.isNil() {
infer.go#L184: } else if _, ok := par.typ.(*TypeParam); ok && !arg.isNil() {
operand.go#L298: func (x *operand) isNil() bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)